type github.com/andybalholm/brotli.distanceParams
11 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L72: func initZopfliCostModel(self *zopfliCostModel, dist *distanceParams, num_bytes uint) {
brotli_bit_stream.go#L1281: var dist *distanceParams = ¶ms.dist
command.go#L197: func makeCommand(dist *distanceParams, insertlen uint, copylen uint, copylen_code_delta int, distance_code uint) (cmd command) {
command.go#L221: func commandRestoreDistanceCode(self *command, dist *distanceParams) uint32 {
metablock.go#L59: var dist_params *distanceParams = ¶ms.dist
metablock.go#L90: func recomputeDistancePrefixes(cmds []command, orig_params *distanceParams, new_params *distanceParams) {
metablock.go#L103: func computeDistanceCost(cmds []command, orig_params *distanceParams, new_params *distanceParams, cost *float64) bool {
params.go#L18: type distanceParams struct {
params.go#L35: dist distanceParams
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |